home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Resources
/
Mission9Strings.script
< prev
next >
Wrap
Text File
|
2002-07-01
|
1KB
|
47 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
//
// Mission strings
//
class CTankBattleMission_Strings
{
final static array m_MissionObjectives = array(
"Pomoci sov∞t∙m zvφt∞zit v bitv∞ o RomaÜino"
);
final static array m_BonusMissionObjectives = array(
"Pomoci sov∞t∙m vyhrßt bitvu o Titovo",
"Pomoci sov∞t∙m vyhrßt bitvu o Kostylevo",
"Pomoci sov∞t∙m vyhrßt bitvu o Andrejevku",
"Pomoci sov∞t∙m vyhrßt bitvu o èmarygino"
);
final static string str_StatisticsTitle = "";
final static array m_NavigationPoints = array(
"RomaÜino",
"Titovo",
"Kostylevo",
"Andrejevku",
"èmarygino"
);
// *** messages ***
// message appeares when battle in Romashino begins
final static string m_strAttackStarted = "Bitva o RomaÜino zaΦala";
// message generated as: m_strMinutesLeft_start + MinutesLeft + m_strMinutesLeft_end
final static string m_strMinutesLeft_start = "Do zaΦßtku bitvy o RomaÜino zb²vß: ";
final static string m_strMinutesLeft_end = "min.";
}